home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / misc / howmany / !HowMany / !Help < prev    next >
Encoding:
Text File  |  1995-04-26  |  3.8 KB  |  117 lines

  1. This is !HowMany, version 0.01  (28 March 1995)
  2.  
  3.  
  4. Intro:
  5. ======
  6.  
  7. The Capture/Mark/Release method
  8. ================================
  9.  
  10. This program is designed to illustrate a technique used to estimate the
  11. number of individual animals in a population, in a closed environment. In
  12. this case the animals are fish, in a pond.
  13.  
  14. The program on start up determines a sensible random number for the
  15. population of fish. The user is invited to position the pointer over the
  16. pond, and click to catch a sample of fish. The numbers are shown. When the Tag
  17. button is pressed, the fish are tagged and released. This operation is
  18. repeated a number of times, 5 by default.
  19.  
  20. At this point the pond is left for a period of time, during which the fish
  21. are assumed to have dispersed in a random way.
  22.  
  23. Five more catches are made, and some are caught tagged and some not. The
  24. proportion that are tagged is assumed to be the same as the proportion
  25. tagged in the whole pond.
  26.  
  27. The computer, and indeed the user now has the data to estimate the population
  28. of fish in the pond.
  29.  
  30.  
  31.  
  32. It is   the total caught in second catch   *   total tagged in first batch    
  33.        -----------------------------------
  34.           tagged fish in second batch
  35.  
  36.  
  37. The computer puts up the raw data, so that students can try to work it out.
  38. It then shows the user both the estimate, and the actual number in the
  39. population.
  40.  
  41. This technique is widely used in environmental biology, and can be used in
  42. other closed ecosystems.
  43.  
  44. The program enables the user to start again, and assigns the pond a
  45. different number of fish.
  46.  
  47.  
  48. Copyright 
  49. ========= 
  50. This program is  Public Domain. It may be distributed or
  51. copied freely as long as no part of this software may is used in any other
  52. program, whether commercial or public domain, without my prior written
  53. consent, though any files created by this software are not bound by this
  54. condition. This software  may not be distributed for a profit, save that
  55. required to cover packaging and media costs.. 
  56.  
  57. Copyright (©) is retained by the author, who may be contacted at the address
  58. beneath. No liability can be accepted by the author for any loss or damage
  59. arising from use or misuse of this software.
  60.  
  61. The Fractal trees are copyright of RiscUser and used with their permission.
  62.  
  63. EventShell 
  64. =========
  65.  
  66. Thanks to Paul Hobbs for his very useful !EventShell System.
  67.  
  68. This application uses the library of routines of the above name, which
  69. provide an easy way of genereating a Wimp Program. 
  70.  
  71. I recommend this system which can be obtained from APDL or other PD
  72. Libraries. 
  73.  
  74. This program has been written using the routines supplied with the EvntShell
  75. library which is copyright Paul Hobbs. The library routines may be
  76. distributed subject to the following conditions:
  77.  
  78. You have permission to use any part or the whole library in a project you
  79. intend to place in the public domain, as long as I am fully credited (via
  80. the inclusion of this file in the program documentation). If you wish to use
  81. these routines in a program that is for sale (for however much and for
  82. whatever reasons) or released as copyright material then my express
  83. permission in writing must be obtained. I maintain copyright on all the
  84. material supplied and reserve the right to amend these conditions in cases
  85. where I deem misuse. 
  86.  
  87. The library code is supplied free of charge to everyone 'as is'. There is no
  88. guarantee that it is free from bugs and no warranty is given about its
  89. suitability for use.
  90.  
  91. Further details about EvntShell may be obtained from the author:
  92.  
  93. Paul Hobbs Rheinpfalzstrasse 2 85049 Ingolstadt Germany
  94.  
  95. The heap manager routines used by EvntShell are copyright Risc User and are
  96. used with permission.
  97.  
  98. -----------------------------------------------------------------------------
  99. Any improvements or bugs, please report to :-
  100.  
  101. Robert Seago.
  102.  
  103. 40 Alton Park Road 
  104. Clacton On Sea
  105. Essex.
  106.  
  107. CO15 1ED
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.